home *** CD-ROM | disk | FTP | other *** search
/ IBM OEM Software Product … CD For PC Manufacturers / IBM OEM Software - Product Sampler CD for PC Manufacturers.iso / InternetIntranets / Notes / LOTUS022.DSK / LIB / SECURITY / JAVASEC.PRO
Text File  |  1997-06-05  |  898b  |  27 lines

  1. #
  2. # General java.security properties
  3. #
  4. # In this file, various security properties are set for use by
  5. # java.security classes. This is where users will register security
  6. # packages that they want to use (sun.security is the default).
  7. #
  8. # When the implementation of a given algorithm is request without
  9. # specifying an implementation, security packages are scanned in
  10. # descending order for the implementation of a given algorithm.
  11. #
  12. # If a particular package is requested, the algorithm is looked up
  13. # in that package, and used.
  14. #
  15. # Package specific properties are specified in files named <package>
  16. # in the security preferences directory (the present directory).
  17. #
  18. # which security packages are present in order of preference.
  19. #
  20. security.provider.1=sun.security.provider.Sun
  21.  
  22. #
  23. # system scope. Class name to instantiate as the system scope.
  24. #
  25. system.scope=sun.security.provider.IdentityDatabase
  26.  
  27.